home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-17 / pd0455t.zip / PD0455T.TXT < prev   
Text File  |  1991-08-19  |  5KB  |  106 lines

  1. ======================================================================
  2.    Microsoft Product Support Services Application Note (Text File)
  3.                       PD0455: ADAPTEC.SYS Driver
  4. ======================================================================
  5.                                                    Revision Date: 8/91
  6.                                                          Disk Included
  7.  
  8. The following information applies to Microsoft MS-DOS version 5.0.
  9.  
  10.  --------------------------------------------------------------------
  11. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY    |
  12. | ACCOMPANY THIS DOCUMENT (collectively referred to as an            |
  13. | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      |
  14. | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO    |
  15. | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A     |
  16. | PARTICULAR PURPOSE. The user assumes the entire risk as to the     |
  17. | accuracy and the use of this Application Note. This Application    |
  18. | Note may be copied and distributed subject to the following        |
  19. | conditions: 1) All text must be copied without modification and    |
  20. | all pages must be included; 2) If software is included, all files  |
  21. | on the disk(s) must be copied without modification [the MS-DOS(R)  |
  22. | utility DISKCOPY is appropriate for this purpose]; 3) All          |
  23. | components of this Application Note must be distributed together;  |
  24. | and 4) This Application Note may not be distributed for profit.    |
  25. |                                                                    |
  26. | Copyright 1991 Microsoft Corporation. All Rights Reserved.         |
  27. | Microsoft, MS-DOS, and the Microsoft logo are registered           |
  28. | trademarks and Windows is a trademark of Microsoft Corporation.    |
  29.  --------------------------------------------------------------------
  30.  
  31.  
  32. Introduction
  33. ------------
  34.  
  35. The disk provided with this application note contains ADAPTEC.SYS, a
  36. driver program that corrects an interrupt conflict between the
  37. Microsoft MS-DOS version 5.0 EMM386.EXE memory manager and certain
  38. Adaptec hard disk controller cards. These controller cards use
  39. interrupts 60H-67H to store drive tables. Because these are the same
  40. interrupts used by EMM386.EXE to provide memory services, a conflict
  41. arises that causes the system to hang when the hard drive is accessed.
  42. ADAPTEC.SYS corrects this conflict by relocating the drive tables. If
  43. you have an Adaptec controller card and you find that loading
  44. EMM386.EXE causes erratic system behavior, installing ADAPTEC.SYS may
  45. correct the problem.
  46.  
  47. The ADAPTEC.SYS driver was provided to Microsoft by Adaptec, Inc.
  48. According to Adaptec, the following controller cards require the
  49. ADAPTEC.SYS driver to be compatible with EMM386.EXE:
  50.  
  51.    Adaptec Controller Card Model
  52.    -----------------------------
  53.  
  54.    ACB 2370 A,B,C
  55.    ACB 2372 A,B,C
  56.    ACB 2333 A,B
  57.    2322B-8
  58.    2322B-16
  59.  
  60. According to Adaptec, the following controller cards do not require
  61. ADAPTEC.SYS to be compatible with EMM386.EXE:
  62.  
  63.    Adaptec Controller Card Model
  64.    -----------------------------
  65.  
  66.    ACB 2310
  67.    ACB 2312
  68.    ACB 2320D
  69.    ACB 2322D
  70.  
  71. If you have questions about your model of Adaptec controller card and
  72. its compatibility with EMM386.EXE, please contact Adaptec technical
  73. support at (408) 945-2550.
  74.  
  75.  
  76. Installing ADAPTEC.SYS
  77. ----------------------
  78.  
  79. 1. Insert the enclosed ADAPTEC.SYS Driver disk in floppy disk drive A.
  80.  
  81. 2. At the DOS prompt, type the following command and press ENTER:
  82.  
  83.       copy a:\adaptec.sys c:\
  84.  
  85.    Note: If you are copying ADAPTEC.SYS from a drive other than A,
  86.    substitute the appropriate drive letter for a in the above command.
  87.  
  88. 3. Use a file editing program such as MS-DOS Editor or Edlin to modify
  89.    your C:\CONFIG.SYS file. (For more information on using Editor and
  90.    Edlin, please refer to the "Microsoft MS-DOS User's Guide and
  91.    Reference.") At the beginning of your CONFIG.SYS file, add the
  92.    following line and save the file:
  93.  
  94.       device=c:\adaptec.sys
  95.  
  96.    Note: ADAPTEC.SYS must be installed in the CONFIG.SYS file before
  97.    any MS-DOS device drivers.
  98.  
  99. 4. This completes the installation of the ADAPTEC.SYS driver. You must
  100.    restart your computer for the change to take effect.
  101.  
  102. NOTE: The program included with this application note is manufactured
  103. by Adaptec, Inc., a vendor independent of Microsoft; we make no
  104. warranty, implied or otherwise, regarding this program's performance
  105. or reliability.
  106.